Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dagster): upgrade dagster user code containers #487

Merged
merged 1 commit into from
May 28, 2024

Conversation

walkoss
Copy link
Contributor

@walkoss walkoss commented May 28, 2024

Summary

Updated dagster's user code container with latest version

Test Plan

Build docker image locally

Checklist

  • No images hosted from dockerhub
  • Are dashboards present to understand the health of the application. There must be at least 1 of these
    • all databases should have dashboards
    • ideally also have at least cpu/mem utilization dashboards for webserver tier of the app
    • you can use plural from-grafana to convert a grafana dashboard found via google to our CRD
  • Are scaling runbooks present
    • all databases must have scaling runbooks
    • you can use the charts in pluralsh/module-library to accelerate this
  • do you need to add config overlays?
    • inputing secrets
    • configuring autoscaling
  • If there’s a web-facing component to the app, we need to support OIDC authentication and setting up private networks if no authentication option is viable
  • All major clouds must be supported
    • Azure
    • AWS
    • GCP

@walkoss
Copy link
Contributor Author

walkoss commented May 28, 2024

cc @michaeljguarino for the review 🙏

@@ -1,4 +1,4 @@
FROM docker.io/dagster/user-code-example:1.6.14
FROM docker.io/dagster/user-code-example:1.7.7

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: dagster/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002
@@ -1,4 +1,4 @@
FROM docker.io/dagster/user-code-example:1.6.14
FROM docker.io/dagster/user-code-example:1.7.7

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: dagster/Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026
@michaeljguarino michaeljguarino merged commit 0b72aa4 into pluralsh:main May 28, 2024
2 of 3 checks passed
@plural-bot
Copy link
Collaborator

🎉 This PR is included in version 1.3.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants